Right

Returns a number of characters from the end of a string.

Syntax

Right("String", NumberOfCharacters)

Arguments

Argument Description
String String to return characters from.
NumberOfCharacters Number of characters to return.

Return value

Value Description
Value Characters from the end of the string.

Example

rightString = Right("QAWPString", 6)